* minibuf.c (choose_minibuf_frame_1): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 01:34:35 +0000 (18:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 01:34:35 +0000 (18:34 -0700)
src/ChangeLog
src/minibuf.c

index 0f7ada32fafcabf1174cd319ae1a86e2ff79810d..39a965b62cda2fee706e3479b589248d767988fe 100644 (file)
@@ -1,5 +1,7 @@
 2011-03-15  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * minibuf.c (choose_minibuf_frame_1): Now static.
+
        * marker.c (bytepos_to_charpos): Remove; unused.
 
        * lisp.h (verify_bytepos, count_markers): New decls,
index 83587b53b73f5cb8da31bfdd075568f1228de46e..caf41115305115e08701b7754a0d92be444f0557 100644 (file)
@@ -135,7 +135,7 @@ choose_minibuf_frame (void)
   }
 }
 
-Lisp_Object
+static Lisp_Object
 choose_minibuf_frame_1 (Lisp_Object ignore)
 {
   choose_minibuf_frame ();